home *** CD-ROM | disk | FTP | other *** search
- #ifndef _ISAPPRUNNING_
- #define _ISAPPRUNNING_
-
- #include <processes.h>
-
- Boolean IsAppRunning( OSType targetType,
- OSType targetSignature,
- ProcessSerialNumber *targetPSN,
- ProcessInfoRec *targetPIRec,
- StringPtr targetName ) ;
-
- OSErr LaunchApp( OSType targetSignature);
-
- #endif